home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap11 / howto03 / delphi10 / cciccinf.dfm / cciccinf.txt
Encoding:
Text File  |  1996-02-23  |  4.4 KB  |  234 lines

  1. object CCICInfoDlg: TCCICInfoDlg
  2.   Left = 418
  3.   Top = 275
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'CC Internet Command Center Information Dialog'
  7.   ClientHeight = 390
  8.   ClientWidth = 579
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 0
  19.     Top = 344
  20.     Width = 579
  21.     Height = 46
  22.     Align = alBottom
  23.     BevelWidth = 3
  24.     TabOrder = 0
  25.     object BitBtn1: TBitBtn
  26.       Left = 8
  27.       Top = 8
  28.       Width = 89
  29.       Height = 33
  30.       TabOrder = 0
  31.       OnClick = BitBtn1Click
  32.       Kind = bkOK
  33.     end
  34.     object BitBtn2: TBitBtn
  35.       Left = 104
  36.       Top = 8
  37.       Width = 89
  38.       Height = 33
  39.       TabOrder = 1
  40.       OnClick = BitBtn2Click
  41.       Kind = bkCancel
  42.     end
  43.     object Button1: TButton
  44.       Left = 200
  45.       Top = 8
  46.       Width = 137
  47.       Height = 33
  48.       Caption = 'Anonymous Login'
  49.       TabOrder = 2
  50.       OnClick = Button1Click
  51.     end
  52.     object Button2: TButton
  53.       Left = 344
  54.       Top = 8
  55.       Width = 49
  56.       Height = 33
  57.       Caption = 'Add'
  58.       TabOrder = 3
  59.       OnClick = Button2Click
  60.     end
  61.     object Button3: TButton
  62.       Left = 400
  63.       Top = 8
  64.       Width = 73
  65.       Height = 33
  66.       Caption = 'Modify'
  67.       TabOrder = 4
  68.       OnClick = Button3Click
  69.     end
  70.     object Button4: TButton
  71.       Left = 480
  72.       Top = 8
  73.       Width = 89
  74.       Height = 33
  75.       Caption = 'Delete'
  76.       TabOrder = 5
  77.       OnClick = Button4Click
  78.     end
  79.   end
  80.   object Panel4: TPanel
  81.     Left = 0
  82.     Top = 0
  83.     Width = 185
  84.     Height = 344
  85.     Align = alLeft
  86.     BevelInner = bvLowered
  87.     BevelWidth = 3
  88.     BorderWidth = 5
  89.     Caption = 'Panel4'
  90.     TabOrder = 1
  91.     object Label2: TLabel
  92.       Left = 11
  93.       Top = 11
  94.       Width = 163
  95.       Height = 16
  96.       Align = alTop
  97.       Alignment = taCenter
  98.       AutoSize = False
  99.       Caption = 'Subscribed Newsgroups'
  100.     end
  101.     object ListBox2: TListBox
  102.       Left = 11
  103.       Top = 27
  104.       Width = 163
  105.       Height = 306
  106.       Align = alClient
  107.       ItemHeight = 16
  108.       TabOrder = 0
  109.       OnClick = ListBox2Click
  110.     end
  111.   end
  112.   object Panel2: TPanel
  113.     Left = 184
  114.     Top = 0
  115.     Width = 397
  116.     Height = 41
  117.     Alignment = taLeftJustify
  118.     BevelInner = bvLowered
  119.     BevelWidth = 3
  120.     Caption = '             Name:'
  121.     TabOrder = 2
  122.     object Edit1: TEdit
  123.       Left = 104
  124.       Top = 8
  125.       Width = 281
  126.       Height = 24
  127.       TabOrder = 0
  128.     end
  129.   end
  130.   object Panel3: TPanel
  131.     Left = 184
  132.     Top = 40
  133.     Width = 396
  134.     Height = 41
  135.     Alignment = taLeftJustify
  136.     BevelInner = bvLowered
  137.     BevelWidth = 3
  138.     Caption = '     IP Address:'
  139.     TabOrder = 3
  140.     object Edit2: TEdit
  141.       Left = 104
  142.       Top = 8
  143.       Width = 281
  144.       Height = 24
  145.       TabOrder = 0
  146.     end
  147.   end
  148.   object Panel5: TPanel
  149.     Left = 184
  150.     Top = 80
  151.     Width = 396
  152.     Height = 41
  153.     Alignment = taLeftJustify
  154.     BevelInner = bvLowered
  155.     BevelWidth = 3
  156.     Caption = '    User Name:'
  157.     TabOrder = 4
  158.     object Edit3: TEdit
  159.       Left = 104
  160.       Top = 8
  161.       Width = 281
  162.       Height = 24
  163.       TabOrder = 0
  164.     end
  165.   end
  166.   object Panel8: TPanel
  167.     Left = 184
  168.     Top = 120
  169.     Width = 396
  170.     Height = 41
  171.     Alignment = taLeftJustify
  172.     BevelInner = bvLowered
  173.     BevelWidth = 3
  174.     Caption = '      Password:'
  175.     TabOrder = 5
  176.     object Edit4: TEdit
  177.       Left = 104
  178.       Top = 8
  179.       Width = 281
  180.       Height = 24
  181.       TabOrder = 0
  182.       OnExit = Edit4Exit
  183.     end
  184.   end
  185.   object Panel9: TPanel
  186.     Left = 184
  187.     Top = 160
  188.     Width = 396
  189.     Height = 41
  190.     Alignment = taLeftJustify
  191.     BevelInner = bvLowered
  192.     BevelWidth = 3
  193.     Caption = '    Starting Dir:'
  194.     TabOrder = 6
  195.     object Edit5: TEdit
  196.       Left = 104
  197.       Top = 8
  198.       Width = 281
  199.       Height = 24
  200.       TabOrder = 0
  201.     end
  202.   end
  203.   object Panel6: TPanel
  204.     Left = 185
  205.     Top = 200
  206.     Width = 395
  207.     Height = 144
  208.     BevelInner = bvLowered
  209.     BevelWidth = 3
  210.     BorderWidth = 5
  211.     TabOrder = 7
  212.     object Label1: TLabel
  213.       Left = 11
  214.       Top = 11
  215.       Width = 373
  216.       Height = 16
  217.       Align = alTop
  218.       Alignment = taCenter
  219.       AutoSize = False
  220.       Caption = 'Available Newsgroups'
  221.     end
  222.     object ListBox1: TListBox
  223.       Left = 11
  224.       Top = 27
  225.       Width = 373
  226.       Height = 106
  227.       Align = alClient
  228.       ItemHeight = 16
  229.       TabOrder = 0
  230.       OnDblClick = ListBox1DblClick
  231.     end
  232.   end
  233. end
  234.